const reflect.abiStepStack

13 uses

	reflect (current package)
		abi.go#L59: 	abiStepStack                // copy to/from stack
		abi.go#L319: 		kind:   abiStepStack,
		value.go#L512: 		case abiStepStack:
		value.go#L538: 			case abiStepStack:
		value.go#L628: 			if st := steps[0]; st.kind == abiStepStack {
		value.go#L674: 				case abiStepStack:
		value.go#L731: 		if st := steps[0]; st.kind == abiStepStack {
		value.go#L762: 					case abiStepStack:
		value.go#L822: 				case abiStepStack:
		value.go#L987: 	case abiStepStack:
		value.go#L1026: 		if vStep := valueSteps[0]; vStep.kind == abiStepStack {
		value.go#L1029: 			if mStep.kind == abiStepStack {
		value.go#L1057: 		if mStep := methodSteps[0]; mStep.kind == abiStepStack {